projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f938e1
)
* lisp/term/konsole.el: New file.
author
Andreas Schwab
<schwab@suse.de>
Thu, 17 Aug 2017 09:13:04 +0000
(11:13 +0200)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 17 Aug 2017 09:14:07 +0000
(11:14 +0200)
lisp/term/konsole.el
[new file with mode: 0644]
patch
|
blob
diff --git a/lisp/term/konsole.el
b/lisp/term/konsole.el
new file mode 100644
(file)
index 0000000..
45c701f
--- /dev/null
+++ b/
lisp/term/konsole.el
@@ -0,0
+1,12
@@
+;;; konsole.el --- terminal initialization for konsole
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+(require 'term/xterm)
+
+(defun terminal-init-konsole ()
+ "Terminal initialization function for konsole."
+ (tty-run-terminal-initialization (selected-frame) "xterm"))
+
+(provide 'term/konsole)
+
+;; konsole.el ends here